home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / regions.cst / 00001_set regional QT-VO globals.ls next >
Encoding:
Text File  |  1998-06-17  |  639 b   |  15 lines

  1. on exitFrame
  2.   global gMovieTimeList, gStartPict, gMovieTimeItems, gQTMovieTimeList
  3.   
  4.   put value(gQTMovieTimeList) into gMovieTimeList --uncomment when testing movietime list from set frame
  5.   
  6.   put [250, 400, 700, 850, 1026, 1178, 1377, 1782, 1900, 2000, 2166, 2417, 2679, 2875, 3150, 3329, 3379, 3456, 3539, 3600, 3700] into gMovieTimeList -- these are the times for the prairies & lakes section --BRENT HERE IS THE LIST
  7.   
  8.   put 26 into gStartPict --set for each slided show first pict
  9.   
  10.   put count(gMovieTimeList) into gMovieTimeItems
  11.   
  12.   set the movietime of sprite 48 to 0
  13.   set the movierate of sprite 48 to 1
  14.   updatestage
  15. end